runtime.fixalloc.free (method)

14 uses

	runtime (current package)
		malloc.go#L690: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		mcache.go#L117: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
		mgc.go#L1935: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mheap.go#L1149: 	h.spanalloc.free(unsafe.Pointer(s))
		mheap.go#L1995: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2007: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2192: 	mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2309: 		mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
		mheap.go#L2315: 		mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2321: 		mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
		mheap.go#L2329: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
		pinner.go#L360: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
		proc.go#L5643: 			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))